effectively decidable
decidable
#complexity_theory
#complexity_theory
Definition
Given a set , and subset , is effectively decidable iff there is an effective procedure which, when given an object , will eventually answer "yes" if , and will eventually answer "no" if .
Note: procedure eventually halts for any input
Notes
- if there is some TM that accepts every string in language and either rejects or loops every string not in , then semi-decidable or completely enumerable
See also
References
- N. D. Jones, Computability and complexity: from a programming perspective. in Foundations of computing. Cambridge, Mass: MIT Press, 1997, p. 13.
- https://www.cs.ox.ac.uk/people/paul.goldberg/FCS/slides3.pdf